home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / OUI / include / gadgets / eclass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-08  |  458 b   |  15 lines

  1.  
  2. #define EGA_Min         (TAG_USER+ 1)
  3. #define EGA_Max         (TAG_USER+ 2)
  4. #define EGA_Level       (TAG_USER+ 3)
  5. #define EGA_Full        (TAG_USER+ 4)
  6. #define EGA_window      (TAG_USER+ 5)
  7. #define EGA_Label       (TAG_USER+ 6)
  8. #define EGA_Flags       (TAG_USER+ 7)
  9. #define EGA_TextAttr    (TAG_USER+ 8)
  10. #define EGA_Pulse       (TAG_USER+ 9)
  11. #define EGA_Number      (TAG_USER+10)
  12. #define EGA_XPens       (TAG_USER+11)
  13. #define EGA_GPen        (TAG_USER+12)
  14.  
  15.